Adds a new item to the collection.
HRESULT Add(IScriptLibrary * newVal);
Add(IScriptLibrary newVal);
Sub Add(newVal As IScriptLibrary)
Parameters |
Description |
[in] IScriptLibrary * newVal |
The item to add. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|